Data for a closing cost group is contained in this object.
Required Fields:
- name
- aprRelated
- required
- display
- fromErnstCost
- groupType
Data for a closing cost group is contained in this object.
Required Fields:
![]() |
ClosingCostGroup
Data for a closing cost group is contained in this object. Required Fields:
|
| Name | Description | Data Type |
|---|---|---|
| aprRelated | True if the closing cost is APR related.
| boolean |
| closingCostItems | An array of ClosingCostItems objects containing closing cost item data. | Array[ClosingCostItems] |
| customFeeGroup | A string array of custom fee groups. | Array[string] |
| customTables | An array of ClosingCostCustomTable objects storing custom closing cost tables. | Array[ClosingCostCustomTable] |
| display | Set | boolean |
| fromErnstCost | True if the closing cost group is from Ernst cost. | boolean |
| groupType | Specifies the group type of the closing cost group.
| string |
| id | The closing cost group ID, stored in the ObjectId object along with internal metadata. | ObjectId |
| name | The name of the closing cost group.
| string |
| required | True if this closing cost group is required in the closing cost calculation. | boolean |
| total | Total value of the closing cost group. | number |